[INFO] fetching crate ra2-pal 0.0.2...
[INFO] testing ra2-pal-0.0.2 against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] extracting crate ra2-pal 0.0.2 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate ra2-pal 0.0.2
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate ra2-pal 0.0.2
[INFO] tweaked toml for crates.io crate ra2-pal 0.0.2 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate ra2-pal 0.0.2 on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate ra2-pal 0.0.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 137a45ba1022b3a8039a39ce1b89a3bcc18e5f227bbf893debf9326880feb54b
[INFO] running `Command { std: "docker" "start" "-a" "137a45ba1022b3a8039a39ce1b89a3bcc18e5f227bbf893debf9326880feb54b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "137a45ba1022b3a8039a39ce1b89a3bcc18e5f227bbf893debf9326880feb54b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "137a45ba1022b3a8039a39ce1b89a3bcc18e5f227bbf893debf9326880feb54b", kill_on_drop: false }`
[INFO] [stdout] 137a45ba1022b3a8039a39ce1b89a3bcc18e5f227bbf893debf9326880feb54b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 18a817fae3088e0d7d037613bbd2077d33f759b62434a79befd25faa2770b6ef
[INFO] running `Command { std: "docker" "start" "-a" "18a817fae3088e0d7d037613bbd2077d33f759b62434a79befd25faa2770b6ef", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling bytemuck v1.22.0
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling color_quant v1.1.0
[INFO] [stderr]    Compiling ra2-types v0.0.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling image v0.24.9
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling ra2-pal v0.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: missing documentation for an associated function
[INFO] [stdout]   --> src/lib.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub fn load(path: &Path) -> Result<Self, Ra2Error> {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:2:9
[INFO] [stdout]    |
[INFO] [stdout]  2 | #![warn(missing_docs, rustdoc::missing_crate_level_docs)]
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.84s
[INFO] running `Command { std: "docker" "inspect" "18a817fae3088e0d7d037613bbd2077d33f759b62434a79befd25faa2770b6ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "18a817fae3088e0d7d037613bbd2077d33f759b62434a79befd25faa2770b6ef", kill_on_drop: false }`
[INFO] [stdout] 18a817fae3088e0d7d037613bbd2077d33f759b62434a79befd25faa2770b6ef
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 408a2afc19cc1ffd5cac9d1c4990796f1b4d940a868253bf878b1dcf52eec264
[INFO] running `Command { std: "docker" "start" "-a" "408a2afc19cc1ffd5cac9d1c4990796f1b4d940a868253bf878b1dcf52eec264", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling rustix v1.0.5
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stdout] warning: missing documentation for an associated function
[INFO] [stdout]   --> src/lib.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub fn load(path: &Path) -> Result<Self, Ra2Error> {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:2:9
[INFO] [stdout]    |
[INFO] [stdout]  2 | #![warn(missing_docs, rustdoc::missing_crate_level_docs)]
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tempfile v3.19.1
[INFO] [stderr]    Compiling ra2-pal v0.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `ra2_mix`
[INFO] [stdout]  --> examples/encrypted.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use ra2_mix::{MixError, MixPackage};
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `ra2_mix`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `ra2_mix`, use `cargo add ra2_mix` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ra2-pal` (example "encrypted") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0432]: unresolved import `ra2_mix`
[INFO] [stdout]  --> examples/basic.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use ra2_mix::{MixError, MixPackage};
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `ra2_mix`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `ra2_mix`, use `cargo add ra2_mix` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ra2-pal` (example "basic") due to 1 previous error
[INFO] [stdout] error[E0432]: unresolved import `ra2_mix`
[INFO] [stdout]  --> examples/extract.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use ra2_mix::{MixError, MixPackage};
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `ra2_mix`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `ra2_mix`, use `cargo add ra2_mix` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ra2-pal` (example "extract") due to 1 previous error
[INFO] [stdout] warning: missing documentation for an associated function
[INFO] [stdout]   --> src/lib.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub fn load(path: &Path) -> Result<Self, Ra2Error> {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:2:9
[INFO] [stdout]    |
[INFO] [stdout]  2 | #![warn(missing_docs, rustdoc::missing_crate_level_docs)]
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "408a2afc19cc1ffd5cac9d1c4990796f1b4d940a868253bf878b1dcf52eec264", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "408a2afc19cc1ffd5cac9d1c4990796f1b4d940a868253bf878b1dcf52eec264", kill_on_drop: false }`
[INFO] [stdout] 408a2afc19cc1ffd5cac9d1c4990796f1b4d940a868253bf878b1dcf52eec264
